GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-18T02:30:16.1757398+00:00",
"SubmitDate": "2026-02-18T02:30:16.1757398+00:00",
"ReportPeriodStart": "2026-02-18T02:30:16.1757398+00:00",
"ReportPeriodEnd": "2026-02-18T02:30:16.1757398+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a72c5e16-c0cc-4dd4-8093-f332d58a04bd",
"Rows": [
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a72c5e16-c0cc-4dd4-8093-f332d58a04bd",
"Rows": [
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d13749f0-72d2-40f9-a9cc-070b96f22911",
"a273f7be-713f-4b81-a0e4-0411702a1805"
],
"Approvers": [
"6375fa52-b1da-4c6b-9caa-88efec9bd808",
"8d7147bb-43ef-4454-837a-dd2312c57bbd"
],
"ApprovedBy": "9c648cbe-a9c6-4174-92c2-1a3d612f108d",
"ApprovalDate": "2026-02-18T02:30:16.1757398+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "28f6b473-a55a-4d00-a22b-10c8c52c11dd",
"id": "f41ee430-8fbf-4a56-bef2-74c69997efb4",
"ConfigId": "9d7c9ea8-c5c9-402d-b545-9ed46c19706a"
},
{
"GenerationDate": "2026-02-18T02:30:16.1757398+00:00",
"SubmitDate": "2026-02-18T02:30:16.1757398+00:00",
"ReportPeriodStart": "2026-02-18T02:30:16.1757398+00:00",
"ReportPeriodEnd": "2026-02-18T02:30:16.1757398+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a72c5e16-c0cc-4dd4-8093-f332d58a04bd",
"Rows": [
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a72c5e16-c0cc-4dd4-8093-f332d58a04bd",
"Rows": [
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "adc7acbb-c559-4388-9840-a99b13b6db67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d13749f0-72d2-40f9-a9cc-070b96f22911",
"a273f7be-713f-4b81-a0e4-0411702a1805"
],
"Approvers": [
"6375fa52-b1da-4c6b-9caa-88efec9bd808",
"8d7147bb-43ef-4454-837a-dd2312c57bbd"
],
"ApprovedBy": "9c648cbe-a9c6-4174-92c2-1a3d612f108d",
"ApprovalDate": "2026-02-18T02:30:16.1757398+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "28f6b473-a55a-4d00-a22b-10c8c52c11dd",
"id": "f41ee430-8fbf-4a56-bef2-74c69997efb4",
"ConfigId": "9d7c9ea8-c5c9-402d-b545-9ed46c19706a"
}
]